home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Vrattle.DIR / 00043_Script_43 < prev    next >
Text File  |  1997-07-28  |  306b  |  12 lines

  1. on mousedown
  2.   puppetsound (2) "bouncer"
  3.   repeat while the mousedown
  4.     set the memberNum of sprite 2 to 35
  5.     updatestage
  6.     set the locV of sprite 2 to the mouseV
  7.     set the locH of sprite 2 to the mouseH
  8.   end repeat
  9.   set the memberNum of sprite 2 to 20
  10.   updatestage
  11.   sound stop 2
  12. end